home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 March / PC Plus Super CD (Issue 101) (March 1995).iso / tclite / readme < prev    next >
Encoding:
Text File  |  1994-01-27  |  1006 b   |  31 lines

  1.  
  2.                   WELCOME TO C++
  3.                   --------------
  4.  
  5.  
  6.  
  7. Welcome to the world of objects.  If you're like most people
  8. you've probably heard enough about C++ and you can't wait to
  9. get started.  You've come to the right place.  Before you
  10. can begin using this C++ compiler you must install the compiler
  11. and example programs.
  12.  
  13. INSTALLATION
  14.  
  15. You must use the INSTALL program to install this C++ compiler.
  16. The files on the distribution disks are all archived and
  17. have to be properly assembled.
  18.  
  19. To start the installation, change your current drive to the
  20. one that has the install program on it and type INSTALL.
  21.  
  22. The installation directory is \TCLITE. The executable compiler is 
  23. placed in \TCLITE\BIN.  After installation is complete, you must 
  24. set the DOS path variable to the directory containing the executable 
  25. program.  You should edit your AUTOEXEC.BAT to contain a path setting
  26. which includes this directory. Example:
  27.  
  28. SET PATH=C:\DOS;C:\UTIL;C:\TCLITE\BIN
  29.  
  30.  
  31.